Map Execute Statement
Command Prototype
iRet = Database.ExecuteBatchSQL(objDatabase ,sql, optionArgs)
Command Description
Traverse and execute a single (add/remove/change) statement; traverse and execute the filled SQL statement according to the SQL parameter (must be a two-dimensional array)
Parameter Description
- Required Parameter
- objDatabase--Database object, a database object created using the Create Database Object command (Database.CreateDB)
- SQL--Add/remove/change a SQL statement
- Optional Parameter
- args--The SQL statement parameter. Traverse the two-dimensional array of the parameter and loop execution of a SQL statement
- return
- iRet--The variable used to save the output of the function call